treeview: Documentation tweaks
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2021 11:57:55 +0000 (07:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2021 11:59:47 +0000 (07:59 -0400)
gtk/gtktreeview.c

index 17fe30305ee1dc560ba9d254b519096437398bb6..7d58986458b642f00a8714ac6a0af51fc1e6613a 100644 (file)
@@ -1170,12 +1170,14 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
    * @column: (nullable): the `GtkTreeViewColumn` in which the activation occurred
    *
    * The "row-activated" signal is emitted when the method
-   * gtk_tree_view_row_activated() is called, when the user double
-   * clicks a treeview row with the "activate-on-single-click"
-   * property set to %FALSE, or when the user single clicks a row when
-   * the "activate-on-single-click" property set to %TRUE. It is also
-   * emitted when a non-editable row is selected and one of the keys:
-   * Space, Shift+Space, Return or Enter is pressed.
+   * gtk_tree_view_row_activated() is called.
+   *
+   * It is called when the user double-clicks a treeview row with the
+   * [property@Gtk.TreeView:activate-on-single-click] property set to %FALSE,
+   * or when the user single-clicks a row when that property set to %TRUE.
+   *
+   * This signal is also emitted when a non-editable row is selected and one
+   * of the keys: Space, Shift+Space, Return or Enter is pressed.
    *
    * For selection handling refer to the
    * [tree widget conceptual overview][TreeWidget]